Class IPV6IpProcessImpl

All Implemented Interfaces:
IPCObject, IPV6IpProcess, Process

public class IPV6IpProcessImpl extends ProcessImpl implements IPV6IpProcess
Information provided by the PKI file:

    \class Ipv6IpProcess
    
    \brief Ipv6IpProcess handles IPv6 to IPv4 tunneling.
    
    \example network().getDevice("PC0").getProcess("Ipv6IpProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • addTunnelIntByNum

      public void addTunnelIntByNum(int num)
      Information provided by the PKI file:
      
          \brief Adds a tunnel interface to the device.
          
          \param num, the interface number for the tunnel interface.
          
              
      Specified by:
      addTunnelIntByNum in interface IPV6IpProcess
      Parameters:
      num - Takes in a parameter of num
    • removeTunnelIntByNum

      public void removeTunnelIntByNum(int num)
      Information provided by the PKI file:
      
          \brief Removes the tunnel interface with the specified interface number.
          
          \param num, the interface number of the tunnel interface of interest.
          
              
      Specified by:
      removeTunnelIntByNum in interface IPV6IpProcess
      Parameters:
      num - Takes in a parameter of num
    • getTunnelIntcount

      public int getTunnelIntcount()
      Information provided by the PKI file:
      
          \brief Returns the number of tunnel interfaces.
          
          \return int, the number of tunnel interfaces.
          
              
      Specified by:
      getTunnelIntcount in interface IPV6IpProcess
      Returns:
      int Returns a int